From: Rosen Penev Date: Fri, 1 Aug 2025 18:37:04 +0000 (-0700) Subject: xinetd: fix compilation with GCC15 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=e5b1efb2697ef97cf24f62f779201fe04470e467;p=feed%2Fpackages.git xinetd: fix compilation with GCC15 Cannot use C23 as it uses generic function pointers. Signed-off-by: Rosen Penev --- diff --git a/net/xinetd/Makefile b/net/xinetd/Makefile index bad597791a..4015d37995 100644 --- a/net/xinetd/Makefile +++ b/net/xinetd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xinetd PKG_VERSION:=2.3.15 -PKG_RELEASE:=17 +PKG_RELEASE:=18 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_NAME)-2-3-15 @@ -46,7 +46,7 @@ define Package/xinetd/conffiles /etc/xinetd.d endef -TARGET_CFLAGS += -DNO_RPC +TARGET_CFLAGS += -DNO_RPC -std=gnu11 TARGET_CPPFLAGS += -DHAVE_RLIM_T CONFIGURE_ARGS += \